home *** CD-ROM | disk | FTP | other *** search
- inherited FormEntityEmployee: TFormEntityEmployee
- Left = 878
- Top = 90
- Caption = 'FormEntityEmployee'
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel [0]
- Left = 24
- Top = 44
- Width = 35
- Height = 13
- Caption = 'EmpNo'
- FocusControl = DBEdit1
- end
- object Label2: TLabel [1]
- Left = 24
- Top = 88
- Width = 48
- Height = 13
- Caption = 'LastName'
- FocusControl = DBEdit2
- end
- object Label3: TLabel [2]
- Left = 24
- Top = 132
- Width = 47
- Height = 13
- Caption = 'FirstName'
- FocusControl = DBEdit3
- end
- object Label4: TLabel [3]
- Left = 24
- Top = 176
- Width = 46
- Height = 13
- Caption = 'PhoneExt'
- FocusControl = DBEdit4
- end
- object Label5: TLabel [4]
- Left = 24
- Top = 220
- Width = 42
- Height = 13
- Caption = 'HireDate'
- FocusControl = DBEdit5
- end
- object Label6: TLabel [5]
- Left = 24
- Top = 264
- Width = 29
- Height = 13
- Caption = 'Salary'
- FocusControl = DBEdit6
- end
- object DBEdit1: TDBEdit [8]
- Left = 24
- Top = 60
- Width = 64
- Height = 21
- DataField = 'EmpNo'
- DataSource = DataSourceEmployee
- TabOrder = 2
- end
- object DBEdit2: TDBEdit [9]
- Left = 24
- Top = 104
- Width = 124
- Height = 21
- DataField = 'LastName'
- DataSource = DataSourceEmployee
- TabOrder = 3
- end
- object DBEdit3: TDBEdit [10]
- Left = 24
- Top = 148
- Width = 94
- Height = 21
- DataField = 'FirstName'
- DataSource = DataSourceEmployee
- TabOrder = 4
- end
- object DBEdit4: TDBEdit [11]
- Left = 24
- Top = 192
- Width = 28
- Height = 21
- DataField = 'PhoneExt'
- DataSource = DataSourceEmployee
- TabOrder = 5
- end
- object DBEdit5: TDBEdit [12]
- Left = 24
- Top = 236
- Width = 112
- Height = 21
- DataField = 'HireDate'
- DataSource = DataSourceEmployee
- TabOrder = 6
- end
- object DBEdit6: TDBEdit [13]
- Left = 24
- Top = 280
- Width = 64
- Height = 21
- DataField = 'Salary'
- DataSource = DataSourceEmployee
- TabOrder = 7
- end
- object DataSourceEmployee: TDataSource
- DataSet = ObjectEntityEmployee.QueryEmployee
- Left = 304
- Top = 212
- end
- end
-